Ignore extract-strings
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 11 Jul 2013 17:11:38 +0000 (13:11 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Thu, 11 Jul 2013 17:13:00 +0000 (13:13 -0400)
gtk/Makefile.am

index 1fdb26cd213f1f82f1f21e10c461ab1767590795..19fea2db201895817e108ab95f4ad13e7b043310 100644 (file)
@@ -1090,6 +1090,8 @@ MAINTAINERCLEANFILES = \
        $(GENERATED_ICONS)                      \
        stock-icons/icon-theme.cache
 
+DISTCLEANFILES =
+
 EXTRA_HEADERS =
 EXTRA_DIST += $(gtk_all_private_h_sources) $(gtk_extra_sources)
 EXTRA_DIST += $(gtk_built_sources)
@@ -1432,6 +1434,7 @@ extract-strings$(BUILD_EXEEXT): $(extract_strings_sources)
        @rm -f extract-strings$(BUILD_EXEEXT)
        $(AM_V_CCLD)$(CC_FOR_BUILD) $(extract_strings_cppflags) $(CPPFLAGS_FOR_BUILD) $(extract_strings_cflags) $(CFLAGS_FOR_BUILD) $^ $(LDFLAGS_FOR_BUILD) $(extract_strings_ldadd) $(LIBS_FOR_BUILD) -o $@
 EXTRA_DIST += $(extract_strings_sources)
+DISTCLEANFILES += extract-strings
 
 .PHONY: files test test-debug